This repository contains the source for my personal website built with R Markdown and the Distill framework, hosted on GitHub Pages. The site features:
R (version ≥ 4.0)
RStudio or any R IDE
R packages:
install.packages(c("rmarkdown", "distill"))remotes::install_github("rstudio/distill")Git (for version control)
GitHub account (for hosting the website)
Quarto (for advanced features)
rmarkdown::render_site()rmarkdown::run("index.Rmd", shiny_args = list(port = 4321))Distributed under the MIT License.